Autogenerated HTML docs for v2.38.0-rc1 
diff --git a/technical/bundle-uri.html b/technical/bundle-uri.html index 4c392bc..f22657a 100644 --- a/technical/bundle-uri.html +++ b/technical/bundle-uri.html 
@@ -741,8 +741,7 @@  <div class="sectionbody">   <div class="paragraph"><p>Git bundles are files that store a pack-file along with some extra metadata,   including a set of refs and a (possibly empty) set of necessary commits. See  -<a href="../git-bundle.html">git-bundle(1)</a> and <a href="bundle-format.txt">the bundle format</a> for more  -information.</p></div>  +<a href="../git-bundle.html">git-bundle(1)</a> and <a href="../gitformat-bundle.html">gitformat-bundle(5)</a> for more information.</p></div>   <div class="paragraph"><p>Bundle URIs are locations where Git can download one or more bundles in   order to bootstrap the object database in advance of fetching the remaining   objects from a remote.</p></div>  @@ -1118,7 +1117,7 @@  expect that the process will end when all prerequisite commit OIDs in a   thin bundle are already in the object database.</p></div>   <div class="paragraph"><p>When using the <code>creationToken</code> heuristic, the client can avoid downloading  -any bundles if their creation tokenss are not larger than the stored  +any bundles if their creation tokens are not larger than the stored   creation token. After fetching new bundles, Git updates this local   creation token.</p></div>   <div class="paragraph"><p>If the bundle provider does not provide a heuristic, then the client  @@ -1154,7 +1153,7 @@  </li>   <li>   <p>  -The server reports any other failure reponse.  +The server reports any other failure response.   </p>   </li>   <li>  @@ -1307,7 +1306,7 @@  created every hour, and then once a day those "hourly" bundles could be   merged into a "daily" bundle. The daily bundles are merged into the   oldest bundle after 30 days.</p></div>  -<div class="paragraph"><p>It is recommened that this bundle strategy is repeated with the <code>blob:none</code>  +<div class="paragraph"><p>It is recommended that this bundle strategy is repeated with the <code>blob:none</code>   filter if clients of this repository are expecting to use blobless partial   clones. This list of blobless bundles stays in the same list as the full   bundles, but uses the <code>bundle.&lt;id&gt;.filter</code> key to separate the two groups.  @@ -1464,7 +1463,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2022-08-18 14:11:07 PDT  + 2022-09-21 15:44:34 PDT   </div>   </div>   </body>